home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-12 | 702 b | 39 lines | [TEXT/CWIE] |
- /*
- * WASTE 1.1a9 lookup tables
- */
-
- struct {
- long selector;
- short fOffset;
- short fLength;
- }
-
- _weMainSelectorTable[] = {
- { 'refc',0x7c,0x4 },
- { 'port',0x00,0x4 },
- { 'text',0x04,0x4 },
- { 'c2p ',0xb0,0x4 },
- { 'cbyt',0xbc,0x4 },
- { 'ctyp',0xc0,0x4 },
- { 'clik',0x64,0x4 },
- { 'drag',0x94,0x4 },
- { 'draw',0xa8,0x4 },
- { 'lbrk',0xb4,0x4 },
- { 'line',0x08,0x4 },
- { 'p2c ', 0xac, 0x4 },
- { 'post',0x90,0x4 },
- { 'pre ',0x8c,0x4 },
- { 'runa',0x10,0x4 },
- { 'scrl',0x74,0x4 },
- { 'styl',0x0c,0x4 },
- { 'tsmd',0x80,0x4 },
- { 'wbrk', 0xb8, 0x4 },
- { 'xdrg',0x9c,0x4 },
- { 0, 0, 0 }},
-
- _weObjectHandlerSelectorTable[] = {
- { 'clik',0x10,0x4 },
- { 'draw',0xc,0x4 },
- { 'free',0x8,0x4 },
- { 'new ',0x4,0x4 },
- { 0, 0, 0 }};